type github.com/jackc/pgx/v5/pgtype.encodePlanTSVectorCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L148: 		return encodePlanTSVectorCodecBinary{}
		tsvector.go#L156: type encodePlanTSVectorCodecBinary struct{}
		tsvector.go#L158: func (encodePlanTSVectorCodecBinary) Encode(value any, buf []byte) ([]byte, error) {